toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation.event
/
[jvm]FrameLoadFailed
Frame
Load
Failed
public
interface
FrameLoadFailed
implements
NavigationEvent
An event indicating that the content load was failed.
Members
Functions
error
Link copied to clipboard
public
NetError
error
(
)
Returns the navigation error.
frame
Link copied to clipboard
public
Frame
frame
(
)
Returns the
Frame
instance that failed to load content.
navigation
Link copied to clipboard
public
Navigation
navigation
(
)
Returns the
Navigation
instance initiated this event.
url
Link copied to clipboard
public
String
url
(
)
Returns a string that represents the URL of the resource which content has been failed to load.